Displaying 5 results from an estimated 5 matches for "info_index".
Did you mean:
info_ind
2012 Mar 28
1
[LLVMdev] GSoC on LLVM usability?
On 03/28/2012 11:20 AM, Thibault Raffaillac wrote:
> Bump!
> I would very much appreciate you feedback on this proposal!
Hi Thibault,
I think in general this looks very interesting and helpful, but making
this actually work seems to be difficult. Here my two major concerns:
1. Relating LLVM-IR to the source code is difficult
Especially when optimizations are enabled relating LLVM-IR to
2012 Mar 28
0
[LLVMdev] GSoC on LLVM usability?
...le
lengthier than the example (2-3 lines) to make proper explanations.
As for the work plan, it would consist in:
_ Enumerating all possible messages in the messages set.
_ Implementing a function receiving feedback from each optimization unit and
choosing whether to display it: info_printf(enum INFO_INDEX, const char*, ...);
_ Write a formatting guide for adding messages in the set.
I would very much appreciate you feedback on this proposal!
Best regards,
Thibault (http://www.csc.kth.se/~traf/)
________________________________
From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu]...
2012 Mar 23
2
[LLVMdev] GSoC on LLVM usability?
Hello all,
My name is Thibault Raffaillac, degree student at KTH, Stockholm, Sweden (in double-degree partnership with Ecole Centrale Marseille, France).
I am currently carrying my degree thesis on the usability of compilers, and as such would be very much interested in contributing to LLVM through a Google Summer of Code.
The task I would like to propose is implementing the work from my thesis:
2012 Nov 05
2
[PATCH] x86/ACPI: invalidate BGRT
...ed2;
+};
+
+/* Values for Flags field above */
+
+#define ACPI_MPST_ENABLED 1
+#define ACPI_MPST_POWER_MANAGED 2
+#define ACPI_MPST_HOT_PLUG_CAPABLE 4
+
+/* Memory Power State Structure (follows POWER_NODE above) */
+
+struct acpi_mpst_power_state {
+ u8 power_state;
+ u8 info_index;
+};
+
+/* Physical Component ID Structure (follows POWER_STATE above) */
+
+struct acpi_mpst_component {
+ u16 component_id;
+};
+
+/* Memory Power State Characteristics Structure (follows all POWER_NODEs) */
+
+struct acpi_mpst_data_hdr {
+ u16 characteristics_count;
+};
+
+struct acpi_mpst_power...
2012 Nov 07
0
[PATCH v2] x86/ACPI: invalidate BGRT if necessary
...ed2;
+};
+
+/* Values for Flags field above */
+
+#define ACPI_MPST_ENABLED 1
+#define ACPI_MPST_POWER_MANAGED 2
+#define ACPI_MPST_HOT_PLUG_CAPABLE 4
+
+/* Memory Power State Structure (follows POWER_NODE above) */
+
+struct acpi_mpst_power_state {
+ u8 power_state;
+ u8 info_index;
+};
+
+/* Physical Component ID Structure (follows POWER_STATE above) */
+
+struct acpi_mpst_component {
+ u16 component_id;
+};
+
+/* Memory Power State Characteristics Structure (follows all POWER_NODEs) */
+
+struct acpi_mpst_data_hdr {
+ u16 characteristics_count;
+};
+
+struct acpi_mpst_power...