index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-commit 131172 with fix. MachineInstr identity checks should check dead
Evan Cheng
2011-05-12
1
-0
/
+1
*
Bugpoint support for miscompilations that result in a crash.
Andrew Trick
2011-05-11
1
-2
/
+5
*
Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmp
Bill Wendling
2011-05-11
1
-1
/
+1
*
Fix comment.
Bill Wendling
2011-05-11
1
-4
/
+4
*
Revert r131155 for now. It makes VMCore depend on Analysis and Transforms
Nick Lewycky
2011-05-10
2
-415
/
+150
*
Add support for plugins add passes to the default set of passes. The standar...
David Chisnall
2011-05-10
2
-150
/
+415
*
Rename DwarfRequiresRelocationForStmtList to
Rafael Espindola
2011-05-10
1
-5
/
+5
*
Use .cfi_sections to put the unwind info in .debug_frame when possible. With
Rafael Espindola
2011-05-10
1
-1
/
+6
*
Add support for producing .deubg_frame sections.
Rafael Espindola
2011-05-10
2
-1
/
+6
*
Factor some code into a new EmitFrames method.
Rafael Espindola
2011-05-10
1
-0
/
+2
*
Parsing and plumbing for .cfi_sections.
Rafael Espindola
2011-05-10
1
-0
/
+4
*
Change a few std::maps to DenseMaps.
Dan Gohman
2011-05-09
1
-5
/
+5
*
Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy with
Rafael Espindola
2011-05-08
1
-2
/
+1
*
PR9869: Add explicit destructor declarations to Operator subclasses, to allow
Eli Friedman
2011-05-08
1
-8
/
+26
*
Fix comments per Duncan's review.
Eli Friedman
2011-05-07
1
-3
/
+3
*
Revert ExecutionEngine patches, they either failed to build or broke unit tests.
Jakob Stoklund Olesen
2011-05-07
1
-10
/
+8
*
Switch Darwin to the generic CIE/FDE printer.
Rafael Espindola
2011-05-06
1
-1
/
+0
*
ExecutionEngine: push TargetMachine creation into clients
Dylan Noblesmith
2011-05-06
1
-8
/
+2
*
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication
Dylan Noblesmith
2011-05-06
1
-0
/
+8
*
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
1
-3
/
+35
*
Yet more dead code.
Rafael Espindola
2011-05-06
1
-4
/
+0
*
Update comments.
Rafael Espindola
2011-05-06
1
-1
/
+4
*
More dead code elimination.
Rafael Espindola
2011-05-06
1
-2
/
+0
*
Dead code elimination.
Rafael Espindola
2011-05-06
1
-7
/
+0
*
Remove the DwarfTable enum.
Rafael Espindola
2011-05-05
1
-3
/
+2
*
Fix typo. No functional change.
Nick Lewycky
2011-05-05
1
-1
/
+1
*
Allow FastISel of three-register-operand instructions.
Owen Anderson
2011-05-05
1
-0
/
+9
*
Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.
Hongbin Zheng
2011-05-05
1
-1
/
+1
*
Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one
Bill Wendling
2011-05-05
1
-7
/
+0
*
llvmc: Make 'true' and 'false' instances of a 'Bool' class.
Mikhail Glushenkov
2011-05-05
1
-2
/
+5
*
Add explicit 'unregister' method to CrashRecoveryConextCleanupRegistrar.
Ted Kremenek
2011-05-04
1
-1
/
+6
*
If builder is initialized using an instruction as insertion point, then use t...
Devang Patel
2011-05-04
1
-0
/
+1
*
Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but
Rafael Espindola
2011-05-04
1
-5
/
+5
*
Remove dead intrinsics.
Bill Wendling
2011-05-04
1
-16
/
+0
*
Implement some basic simplifications involving min/max, for example
Duncan Sands
2011-05-03
1
-0
/
+93
*
Add a few ARM coprocessor intrinsics. Testcases included
Bruno Cardoso Lopes
2011-05-03
1
-0
/
+37
*
Fix a comment.
Bob Wilson
2011-05-03
1
-1
/
+1
*
Add an unfolded offset field to LSR's Formula record. This is used to
Dan Gohman
2011-05-03
1
-0
/
+8
*
Forgot to commit the changes to this file.
Duncan Sands
2011-05-02
1
-0
/
+15
*
Remove an unused variable in NDEBUG (found with -Wunused-variable).
Chandler Carruth
2011-05-02
1
-3
/
+1
*
Add a SlotIndexes::insertMachineInstrInMaps to insert the instruction after a...
Jakob Stoklund Olesen
2011-05-02
1
-21
/
+49
*
enhance memcpyopt to obey -fno-builtin and friends. This addresses a
Chris Lattner
2011-05-01
1
-0
/
+3
*
Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...
NAKAMURA Takumi
2011-05-01
2
-0
/
+6
*
GCC uses a different encoding of pointers in the FDE when using
Rafael Espindola
2011-05-01
4
-6
/
+6
*
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-05-01
4
-15
/
+7
*
Avoid using stale entries form the sibling value map.
Jakob Stoklund Olesen
2011-04-30
1
-0
/
+5
*
Add all the plumbing needed for MC to expand cfi to the old tables in
Rafael Espindola
2011-04-30
3
-2
/
+12
*
Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
Rafael Espindola
2011-04-30
1
-0
/
+6
*
Assing line number info to new PHIs created by SSA updater.
Devang Patel
2011-04-29
1
-0
/
+5
*
MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semantics
Daniel Dunbar
2011-04-29
2
-0
/
+9
[next]